Right Trim
Command Prototype
sRet = RTrim(sData,sTrim)
Command Description
Delete specific characters from the right of a specified string
Parameter Description
- Required Parameter
- sData--The string to operate on
- sTrim--The list of characters to be cut
- return
- sRet--The variable used to save the output of the function call